home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / admin / linuxcon.000 / linuxcon / linuxconf-1.6 / translate / testtra.c < prev    next >
Text File  |  1996-02-18  |  101b  |  10 lines

  1. //#include "messages.m"
  2.  
  3. int main (int , char *[])
  4. {
  5.     printf (MSG_U(MSG1,"hello\n"));
  6.     return 0;
  7. }
  8.  
  9.  
  10.